Interface ASA

All Superinterfaces:
CiscoDevice, Device, IPCObject
All Known Implementing Classes:
ASAImpl

public interface ASA extends CiscoDevice
Information provided by the PKI file:

    \class ASA
    
    \brief ASA is the base class for all ASA devices.
    
    \example network().getDevice("ASA0")
    
Author:
Auto-generated
  • Method Details

    • getWebvpnUserManager

      AsaWebvpnUserManager getWebvpnUserManager()
      Information provided by the PKI file:
      
          \brief Returns the ASA Web VPN User Manager object.
          
          \return AsaWebvpnUserManager, the AsaWebvpnUserManager object.
          
              
      Returns:
      AsaWebvpnUserManager Returns a AsaWebvpnUserManager
    • addBookmark

      boolean addBookmark(String title, String url)
      Information provided by the PKI file:
      
          \brief Returns true if the bookmark with the specified title and URL was added successfully, otherwise false.
          
          /param title, the title for the bookmark.
          /param url, the URL for the bookmark.
          
          \return bool, true if the bookmark with the specified title and URL was added successfully, otherwise false.
          
              
      Parameters:
      title - Takes in a parameter of title
      url - Takes in a parameter of url
      Returns:
      boolean Returns a boolean
    • removeBookmark

      boolean removeBookmark(String title)
      Information provided by the PKI file:
      
          \brief Returns true if the bookmark with the specified title was removed successfully, otherwise false.
          
          /param title, the title for the bookmark.
          
          \return bool, true if the bookmark with the specified title was removed successfully, otherwise false.
          
              
      Parameters:
      title - Takes in a parameter of title
      Returns:
      boolean Returns a boolean
    • getBookmarkCount

      int getBookmarkCount()
      Information provided by the PKI file:
      
          \brief Returns the number of bookmarks.
          
          \return int, the number of bookmarks.
          
              
      Returns:
      int Returns a int
    • getBookmarkList

      String getBookmarkList()
      Information provided by the PKI file:
      
          \brief Returns a comma-separated list of bookmarks.
          
          \return string, a comma-separated list of bookmarks.
          
              
      Returns:
      String Returns a String
    • getBookmarkUrl

      String getBookmarkUrl(String title)
      Information provided by the PKI file:
      
          \brief Returns the URL of the specified bookmark.
          
          \return string, the URL of the specified bookmark.
          
              
      Parameters:
      title - Takes in a parameter of title
      Returns:
      String Returns a String